Vcenter Deployment Upgrade SourceApplianceSpec

Vcenter Deployment Upgrade SourceApplianceSpec
Vcenter Deployment Upgrade SourceApplianceSpec

This schema is deprecated as of vSphere API 9.0.0.0.

The Vcenter Deployment Upgrade SourceApplianceSpec schema contains information used to connect to the appliance used as the source for an upgrade.

This schema was added in vSphere API 6.7.

JSON Example
{
    "hostname": "string",
    "https_port": 0,
    "ssl_thumbprint": "string",
    "ssl_certificate": "string",
    "ssl_verify": false,
    "sso_admin_username": "string",
    "sso_admin_password": "string",
    "root_password": "string",
    "ssh_verify": false,
    "ssh_thumbprint": "string"
}
string
hostname
Required

This property is deprecated as of vSphere API 9.0.0.0.

The IP address or DNS resolvable name of the source appliance.

This property was added in vSphere API 6.7.

integer As int64 As int64
https_port
Optional

This property is deprecated as of vSphere API 9.0.0.0.

The HTTPS port of the source appliance.

This property was added in vSphere API 6.7.

If missing or null, port 443 will be used.

string
ssl_thumbprint
Optional

This property is deprecated as of vSphere API 9.0.0.0.

SHA1 thumbprint of the server SSL certificate will be used for verification.

This property was added in vSphere API 6.7.

This property is only relevant if ssl_verify is missing or null or has the value true.

string
ssl_certificate
Optional

This property is deprecated as of vSphere API 9.0.0.0.

The SSL Certificate of the server that will be used for verification. The value should be a single x509 certificate encoded in PEM format.

This property was added in vSphere API 9.0.0.0.

This property is only relevant if ssl_verify is missing or null or has the value true.

boolean
ssl_verify
Optional

This property is deprecated as of vSphere API 9.0.0.0.

SSL verification should be enabled or disabled for the source appliance validations. By default it is enabled and will use SSL certificate for verification. If thumbprint is provided, will use thumbprint for the verification.

This property was added in vSphere API 6.7.

If missing or null, ssl_verify true will be used.

string
sso_admin_username
Required

This property is deprecated as of vSphere API 9.0.0.0.

The SSO administrator account on the source appliance.

This property was added in vSphere API 6.7.

string As password As password
sso_admin_password
Required

This property is deprecated as of vSphere API 9.0.0.0.

The SSO administrator account password.

This property was added in vSphere API 6.7.

string As password As password
root_password
Required

This property is deprecated as of vSphere API 9.0.0.0.

The password of the root user on the source appliance.

This property was added in vSphere API 6.7.

boolean
ssh_verify
Optional

This property is deprecated as of vSphere API 9.0.0.0.

Appliance SSH verification should be enabled or disabled. By default it is disabled and will not use any verification. If thumbprint is provided, thumbprint verification will be performed.

This property was added in vSphere API 6.7.

If missing or null, ssh_verify true will be used.

string
ssh_thumbprint
Optional

This property is deprecated as of vSphere API 9.0.0.0.

MD5 thumbprint of the server SSH key will be used for verification.

This property was added in vSphere API 6.7.

This property is only relevant if ssh_verify is missing or null or has the value true.

Deprecated